home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / Emails / emails.exe / {app} / E-Mails.exe / 0 / RCDATA / TFORM_WEB / TFORM_WEB.txt
Text File  |  2002-06-03  |  4KB  |  198 lines

  1. object Form_Web: TForm_Web
  2.   Left = 248
  3.   Top = 268
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Param'#232'trage de l'#39'extraction'
  7.   ClientHeight = 256
  8.   ClientWidth = 578
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 87
  24.     Height = 13
  25.     Caption = 'Type d'#39'extraction :'
  26.   end
  27.   object Button1: TButton
  28.     Left = 120
  29.     Top = 198
  30.     Width = 73
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 8
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 208
  39.     Top = 198
  40.     Width = 73
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     TabOrder = 7
  45.     OnClick = Button2Click
  46.   end
  47.   object Button5: TButton
  48.     Left = 24
  49.     Top = 198
  50.     Width = 73
  51.     Height = 25
  52.     Caption = 'Aide'
  53.     TabOrder = 6
  54.     OnClick = Button5Click
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 304
  58.     Top = 16
  59.     Width = 257
  60.     Height = 225
  61.     Caption = ' Options : '
  62.     TabOrder = 4
  63.     object Label2: TLabel
  64.       Left = 16
  65.       Top = 27
  66.       Width = 93
  67.       Height = 13
  68.       Caption = 'Nombre de niveau :'
  69.     end
  70.     object Label1: TLabel
  71.       Left = 16
  72.       Top = 67
  73.       Width = 109
  74.       Height = 13
  75.       Caption = 'Nombre de processus :'
  76.       Enabled = False
  77.     end
  78.     object Label4: TLabel
  79.       Left = 16
  80.       Top = 104
  81.       Width = 168
  82.       Height = 13
  83.       Caption = 'Ajouter les emails probable suivant :'
  84.     end
  85.     object UpDown1: TUpDown
  86.       Left = 161
  87.       Top = 24
  88.       Width = 16
  89.       Height = 21
  90.       Associate = Text_Niveau
  91.       Min = 0
  92.       Max = 3
  93.       Position = 0
  94.       TabOrder = 1
  95.       Wrap = False
  96.     end
  97.     object UpDown2: TUpDown
  98.       Left = 161
  99.       Top = 64
  100.       Width = 16
  101.       Height = 21
  102.       Associate = Edit2
  103.       Enabled = False
  104.       Min = 1
  105.       Max = 18
  106.       Position = 1
  107.       TabOrder = 3
  108.       Wrap = False
  109.     end
  110.     object Edit2: TEdit
  111.       Left = 136
  112.       Top = 64
  113.       Width = 25
  114.       Height = 21
  115.       AutoSelect = False
  116.       ReadOnly = True
  117.       TabOrder = 2
  118.       Text = '1'
  119.     end
  120.     object Text_Niveau: TEdit
  121.       Left = 136
  122.       Top = 24
  123.       Width = 25
  124.       Height = 21
  125.       AutoSelect = False
  126.       ReadOnly = True
  127.       TabOrder = 0
  128.       Text = '0'
  129.     end
  130.     object CheckListBox1: TCheckListBox
  131.       Left = 16
  132.       Top = 120
  133.       Width = 225
  134.       Height = 73
  135.       ItemHeight = 13
  136.       Items.Strings = (
  137.         'contact@'
  138.         'info@'
  139.         'webmaster@'
  140.         'Relatif aux comptes Free.fr')
  141.       TabOrder = 4
  142.     end
  143.     object CheckBox1: TCheckBox
  144.       Left = 16
  145.       Top = 200
  146.       Width = 233
  147.       Height = 17
  148.       Caption = 'Afficher l'#39'URL '#224' c'#244't'#233' des adresses extraites'
  149.       TabOrder = 5
  150.     end
  151.   end
  152.   object RadioButton1: TRadioButton
  153.     Left = 16
  154.     Top = 40
  155.     Width = 129
  156.     Height = 17
  157.     Caption = 'A partir d'#39'un site Web :'
  158.     Checked = True
  159.     TabOrder = 0
  160.     TabStop = True
  161.     OnClick = RadioButton1Click
  162.   end
  163.   object Text_Adresse: TEdit
  164.     Left = 32
  165.     Top = 64
  166.     Width = 249
  167.     Height = 21
  168.     TabOrder = 1
  169.     OnKeyUp = Text_AdresseKeyUp
  170.   end
  171.   object RadioButton2: TRadioButton
  172.     Left = 16
  173.     Top = 112
  174.     Width = 169
  175.     Height = 17
  176.     Caption = 'A partir d'#39'une liste de site Web :'
  177.     TabOrder = 2
  178.     OnClick = RadioButton2Click
  179.   end
  180.   object Button3: TButton
  181.     Left = 264
  182.     Top = 136
  183.     Width = 17
  184.     Height = 21
  185.     Caption = '...'
  186.     TabOrder = 5
  187.     OnClick = Button3Click
  188.   end
  189.   object Edit1: TEdit
  190.     Left = 32
  191.     Top = 136
  192.     Width = 233
  193.     Height = 21
  194.     ReadOnly = True
  195.     TabOrder = 3
  196.   end
  197. end
  198.